home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / calutils.zip / CAL2DXFB.DOC < prev    next >
Text File  |  1994-06-22  |  3KB  |  53 lines

  1. This program converts a calcomp plot file to a binary dxf format which only
  2. Autocad can read but can read 5-10 times faster than ascii DXF.
  3. It has been tested with all the calcomp drivers for Autocad 10,11,12
  4. Please note that for ACAD 12, you should use the Calcomp driver V2.9 as 
  5. the previous versions have bugs with the DrawingMaster for which my program
  6. cannot compensate. There should be NO problem using this software with V2.9
  7. It has also been tested with Microstation and has a bug fixed for Cadkey.
  8.  
  9. This is a demo version which places all entities on layer 7 in color 7.
  10.  
  11. The full version places all entities drawn with pen #1 on layer 1 in color 1,
  12. all entities drawn with pen #2 on layer 2 in color 2 and so on. This will make 
  13. it much easier to edit or modify the drawing as well as allowing you to set 
  14. individual pen thicknesses for differant colors. If you find this program
  15. usefull or if you want the full version please send me a check for $25.00.
  16. This will encourage me to add a file_open_dialog_box to the program, fix 
  17. future bugs and finish the Windows version.
  18.  
  19. Make check payable to
  20.     FRANK DROOG
  21.     2130 WESTBURY RD. APT. #C
  22.     OTTAWA, ONTARIO, CANADA
  23.     K2C-1G8
  24.  
  25. Also available 1: Cal2dxf.exe which converts calcomp plot files to ascii
  26. dxf which any cad package should be able to read.
  27.                2: Calview.exe which allows you to view a calcomp plot file
  28. on any VGA screen.
  29.                3: Calstats.exe which reads a calcomp plot file and informs
  30. you 1: how many sync codes 2: value of sync code 3: bias value 4: the physical
  31. size of the plot file in inches and mm. at all the common DPIs 5: which pens
  32. are used in the plot file.        
  33.  
  34. Each program is $25.00 or get all 4 for $50.00
  35.  
  36. ------------------------------------------------------------------
  37. syntax -> cal2dxfb <filename.ext> <dpi> <i/m>
  38.    creates a file called <filename.dxf>
  39. 1: You must supply the filename + extension.
  40. 2: You should supply the DPI the plot file was intended for for a correct 
  41.    translation or 200 DPI will be assumed.
  42. 3: You can specify if the plot file was metric or imperial and this will
  43.    then be reflected in the DXF file. If you dont specify then imperial
  44.    will be assumed.
  45.  
  46.    
  47. NOTE 
  48.   This program translates most all calcomp commands that I could find. 
  49.   There are a few command I had no idea how to translate or which I could
  50.   not generate examples of to test. However It has NEVER failed to translate 
  51.   an Autocad generated calcomp file. I cant answer for other cad packages.
  52.   
  53.